home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / carreras.swf / scripts / frame_3 / PlaceObject2_57_6 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-09-26  |  190 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    this.onPress = function()
  3.    {
  4.       _root.showpistamc.gotoAndStop(2);
  5.       _global.pista = 2;
  6.       _root.showpistamc.btimet.text = _global.t2;
  7.    };
  8. }
  9.